Welcome![Sign In][Sign Up]
Location:
Search - bmp map

Search list

[GDI-Bitmapvectorgraph__CQ

Description: 一个简易的矢量图形表示器,可以把画的图保存了矢量形式或者BMP形式,里面有开发文档,欢迎加我的QQ:398754767,大家一起学习。-a simple vector graphics device said, the paintings can be preserved vector map form or BMP format. inside development documents, I welcome the QQ : 398754767, we will study together.
Platform: | Size: 320512 | Author: 陈青 | Hits:

[Special Effectsbmp_images_read_and_write

Description: /* This program is to read and write bmp images */ bit图的读写操作,很值得一看-/* This program is to read and write bmp imag es*/bit map reading and writing operations, is an eye-catcher
Platform: | Size: 2048 | Author: 陈朋 | Hits:

[GDI-Bitmappastebmpcontrol

Description: 贴图的方法实现工业控制开关转换,VC用户界面源码-map of industrial control switch conversion, user interface VC FOSS
Platform: | Size: 47104 | Author: fxs1122 | Hits:

[GDI-BitmapOutBmp

Description: a tool convert black/white resource as a bitmap format and save into file-a tool convert black/white resource as a bi tmap format and save into file
Platform: | Size: 35840 | Author: 章泰来 | Hits:

[Picture Viewer256_bmp

Description: 实现了256色图的显示特效,这不是我写的,我只是用来凑数的,不过也可以拿来做为参考之用,如果对这个有兴趣,大家不妨下来-achieved a 256-color map shows the effects that this is not what I wrote, I just used to make up the numbers. However, it also can be used as a reference point, if this right is interested, we may as well look at down
Platform: | Size: 194560 | Author: xmcxcoc | Hits:

[Graph Recognizefingerprint_regoniation_system

Description: fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图 像都是位图。 fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能 有较好的效果。输出图像覆盖于输入图像之上。 fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这 些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下: testimgSSSDDD.bmp 其中,SSS代表条纹间隔(像素个数),DDD代表方向的角度。 fvs_thinner:描述了怎样细化一个指纹图像。细化后的图像尽可能的代表了指纹的 脊线。 fvs_minutia:显示了如何从细化后的指纹图像中获得细节点集合。这一部分目前做 的效果不好,提取出的伪细节点太多。 fvs_mask:计算有效的指纹区域(剔除非指纹区域以及模糊指纹区域)。 include目录: 包含了头文件。-fvs_enhancer : fingerprint enhancement procedures, a description of how to enhance the use of the fingerprint image. The original image and objectives are bitmap images. Fvs_direction : describes how to extract the direction of the map. Input image must be a normalized image, in order to have better results. Image output coverage in the input image above. Fvs_createtestimages : The procedure used to produce debugging process may be used in some of Bitmap images, These images are different angles and different spacing of the fringes. Images produced a document names the following manner : testimgSSSDDD.bmp which, SSS representative fringe spacing (number of pixels), DDD representative of the direction of the angle. Fvs_thinner : how detailed description of a fingerprint image. Thinning the
Platform: | Size: 45056 | Author: 张韵 | Hits:

[Linux-Uniximagemagic

Description: demo目录: fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图 像都是位图。 fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能 有较好的效果。输出图像覆盖于输入图像之上。 fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这 些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下: testimgSSSDDD.bmp 其中,SSS代表条纹间隔(像素个数),DDD代表方向的角度。 fvs_thinner:描述了怎样细化一个指纹图像。细化后的图像尽可能的代表了指纹的 脊线。 fvs_minutia:显示了如何从细化后的指纹图像中获得细节点集合。这一部分目前做 的效果不好,提取出的伪细节点太多。 fvs_mask:计算有效的指纹区域(剔除非指纹区域以及模糊指纹区域)。 include目录: 包含了头文件。 src目录: 包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的 例程。-demo directory : fvs_enhancer : fingerprint enhancement procedures describes how to enhance the use of the fingerprint image. The original image and objectives are bitmap images. Fvs_direction : describes how to extract the direction of the map. Input image must be a normalized image, in order to have better results. Image output coverage in the input image above. Fvs_createtestimages : The procedure used to produce debugging process may be used in some of Bitmap images, These images are different angles and different spacing of the fringes. Images produced a document names the following manner : testimgSSSDDD.bmp which, SSS representative fringe spacing (number of pixels), DDD representative of the direction of the angle. Fvs_thinner : how detailed description of a fingerprint image. Thin
Platform: | Size: 46080 | Author: chezhen | Hits:

[Special Effectschepairecognition

Description: 使用VC++6.0做开发工具,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程-use as a development tool, A handle a bitmap (interested can make MDI) 1) bitmap information from the data for the right and left lower here , and his party and his party up the row. 2) pixels per line should be in multiples of four, the inadequacies of the points are filled with empty, Reading, the attention to skip redundant point. 3) key data exists inside Doc. BMP key data on the existence of a point from the ImgData BYTE-memory space (according to the bitmap small, dynamic allocation). 4) data coming time, attention to the memory map, in order to ensure high efficiency. 5) implementation process procedures
Platform: | Size: 2396160 | Author: lihaichao | Hits:

[Special Effectschepaidetection

Description: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程-use as a development tool, a simple frame structure of SDI, A handle a bitmap (interested can make MDI) 1) bitmap information from the data for the right and left lower here , and his party and his party up the row. 2) pixels per line should be in multiples of four, the inadequacies of the points are filled with empty, Reading, the attention to skip redundant point. 3) key data exists inside Doc. BMP key data on the existence of a point from the ImgData BYTE-memory space (according to the bitmap small, dynamic allocation). 4) data coming time, attention to the memory map, in order to ensure high efficiency. 5) implementation process procedures
Platform: | Size: 120832 | Author: lihaichao | Hits:

[Picture Viewershowbitmap

Description: 位图装入、显示的c++类。 使用方法: 1 构造类的一个实例对象: 空实例 CDIB bmp() 用资源号构造 CDIB bmp(nResID) 用文件构造 CDIB bmp("PATH//Filename.bmp") 2 若1步构造的是空实例对象,则须装入位图: 从文件装入 BOOL bmp.LoadFromFile("PATH//Filename.bmp") 从资源装入 BOOL bmp.LoadFromResource(UINT nResID) 3 画位图图象 Draw(CDC* pDC,目标图左上角x&y坐标,长&宽,原图象左上角x&y坐标) Draw(CDC* pDC,目标图左上角x&y坐标) Draw(CDC* pDC) Stretch(CDC* pDC, 目标图左上角x&y坐标,长&宽,原图像左上角x&y坐标,长&宽) 注: pDC的获取: CDC *pDC=GetDC() -bitmap loaded, shows the category c. Use : a structural example of a type of object : Air examples Bitmap bmp () with the resources, structure Bitmap bmp (nResID) document structure with CD IB bmp ( "PATH// Filename.bmp") if a two-step structure of the object is empty examples , must be loaded bitmap : BOOL loaded from the file bmp.LoadFromFile ( "PATH// Filenam e.bmp ") from the resource loading BOOL bmp.LoadFromResource (UIN T nResID) three paintings Bitmap Draw (CDC* pDC, objectives map upper left corner x
Platform: | Size: 11264 | Author: linus | Hits:

[GDI-BitmapBMPToJPGSourse7

Description: 读取BITMAP文件 转化为JPG格式 保存为JPG格式-read BITMAP documents into JPG format of JPG format
Platform: | Size: 297984 | Author: 7630159 | Hits:

[Other Riddle gameslhj_shuibiaozhizhengshibie

Description: 水表指针识别系统,能够从外部导入任何一个bmp图像,最好是水表图,能够对该图形操作并读出图中水表的度数 -meter target identification system from the outside into any one bmp image, preferably meter map, Graphics to be able to operate and read out the map meter reading
Platform: | Size: 5571584 | Author: 林华杰 | Hits:

[Other systemsSuperViseSystem

Description: 此代码使用bmp图作为主要界面,主要实现以监控卡为硬件基础,实现摄像头监控。-This code uses the bmp map as the main interface, the main card to monitor the hardware basis for the realization of camera surveillance.
Platform: | Size: 1676288 | Author: 张钟 | Hits:

[Special EffectsDisplayBMP

Description: 24位与256位图间的相互转换 转换24位真彩色文件到黑白灰度BMP图片 可提供处学者参考-24 and 256 map conversion conversion between True Color 24-bit grayscale BMP file to black and white picture can provide scholars Reference Department
Platform: | Size: 140288 | Author: 王媛琼 | Hits:

[Booksbmp_to_rgn

Description: 本程序实现将一个位图转换成一个区域的功能,主要利用bitmaptorengion()和extcreatergn()两个函数实现。-This procedure will realize a bitmap into a region, mainly the use of bitmaptorengion () and extcreatergn () realize the two functions.
Platform: | Size: 114688 | Author: 张磊 | Hits:

[Linux-Uniximage_bmp_process

Description: 用纯C写的读RGB文件格式的代码,返回文件头和数据头,这样再读写数据就容易多了。支持8位,24位RGB图。Linux系统里面RGB图片数据格式存储格式为RGB,从上往下填充;而Windows系统里,RGB图片存储格式为BGR,从文件的最后一行开始填充,所以读取RGB图时得注意。-Written in C with pure RGB file format reading the code, return the first file header and data, so re-read and write data much easier. Support for 8, 24-bit RGB Fig. Linux system inside the RGB image data format storage format for the RGB, from top-down filling and Windows systems, RGB image storage format is BGR, from the documents began to fill the last line, so readers have to pay attention to RGB map.
Platform: | Size: 3072 | Author: gomo | Hits:

[GPS developGPS

Description: 该源码介绍了使用GPS传感器的进行导航系统开发的步骤,包含5个文件,其中Serial.cpp为串口操作 GPSDlg.cpp定义了从GPS传感器中读取位置参数并将位置映射到数字地图上, .BMP为数字地图-The source described the use of GPS sensor for navigation system development steps, including the five documents, which Serial.cpp for the definition of a serial operation GPSDlg.cpp read from the GPS sensor and the location of the location parameter is mapped to the digital map ,. BMP for the digital map
Platform: | Size: 36864 | Author: 李强 | Hits:

[transportation applicationsPositionInBmp

Description: 在一个bmp格式的地图上根据GPS信号定位-Bmp format in a map on the basis of GPS positioning signals
Platform: | Size: 9307136 | Author: crishal Huang | Hits:

[Windows Developbmp

Description: 在c++中打开256彩色图bmp图 用VC打开-In c in the open 256, a fully illustrated map bmp open with VC
Platform: | Size: 1930240 | Author: wangming | Hits:

[GDI-Bitmap3970985kradview-0.5.3

Description: 对Dicomh文件的解读。任何图像文件格式无非是由两个部分组成:存参数的 header 和图点数据(pixel data)。 BMP、 JPEG、TIFF 之类的格式的 header 只描述图像的基本参数:如几行、几列、每点用了几位、有没有压缩、调色板等等。Header 往往是固定长度的。 -Dicomh interpretation of the document. Any image file format is no more than two components: the header and keep parameter map data (pixel data). BMP, JPEG, TIFF format, such as header images only describe the basic parameters: such as a few lines, a few are listed, each with a few points, is there any compression, color palettes and so on. Header is a fixed length.
Platform: | Size: 588800 | Author: wangquanyang | Hits:
« 1 2 3 45 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net